projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60dc478
)
Fix distcheck
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 1 Dec 2014 01:53:07 +0000
(20:53 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 1 Dec 2014 01:53:07 +0000
(20:53 -0500)
Using an absolute path with subdir-objects failed in distcheck.
docs/tools/Makefile.am
patch
|
blob
|
history
diff --git
a/docs/tools/Makefile.am
b/docs/tools/Makefile.am
index 9287540464d000e60dbde361d4ad3da995f28c8e..3953d361dff79d34a1171e0722ebc593d362a9b1 100644
(file)
--- a/
docs/tools/Makefile.am
+++ b/
docs/tools/Makefile.am
@@
-34,8
+34,8
@@
doc_shooter_SOURCES= \
shooter.c \
widgets.c \
widgets.h \
-
$(top_srcdir)
/tests/gtkgears.c \
-
$(top_srcdir)
/tests/gtkgears.h
+
../..
/tests/gtkgears.c \
+
../..
/tests/gtkgears.h
clean-local:
for file in *.png; do \